github.com/jackc/pgx/v5/pgconn.pgconnError.msg (field)

5 uses

	github.com/jackc/pgx/v5/pgconn (current package)
		errors.go#L168: 	msg         string
		errors.go#L174: 	if e.msg == "" {
		errors.go#L178: 		return e.msg
		errors.go#L180: 	return fmt.Sprintf("%s: %s", e.msg, e.err.Error())
		pgconn.go#L616: 			msg:         "receive message failed",